home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 5 / Eagles_Nest_Mac_Collection_Disc_5.TOAST / Science & Religion / MacAtoms301 / MacAtoms301 / Demo Data / PICT Demo < prev    next >
Text File  |  1989-04-22  |  547b  |  41 lines

  1. This file shows how to work with PICTs.  First, a backdrop of atoms is
  2. displayed.  Then, it is overwritten with the first picture.  This 
  3. demonstrates a problem with PICTs -- they aren't transparent.  The
  4. next three PICTs are displayed after the screen is erased.  Finally,
  5. a new set of atoms is displayed over the last PICT, showing how the
  6. atoms obliterate the PICT.
  7.  
  8. *atomdefs
  9. 3
  10. 31 32767 0 0
  11. 32 49151 0 0
  12. 33 65535 0 0
  13.  
  14. *atoms
  15. -30 
  16. *pause
  17.  
  18. *pict
  19. 1
  20. *pause
  21.  
  22. *erase
  23. *pict
  24. 2
  25. *pause
  26.  
  27. *erase
  28. *pict
  29. 3
  30. *pause
  31.  
  32. *erase
  33. *pict
  34. 4
  35. *pause
  36.  
  37. *atoms
  38. -30 
  39. *pause
  40.  
  41.